The range [STARTPOS..ENDPOS] is inclusive in strings.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Oct 2010 12:58:12 +0000 (14:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Oct 2010 12:58:12 +0000 (14:58 +0200)
commit902bbbf3d89233e2ac7fcdb7d884d736ab002fc7
tree32867502a5fe590f2a389f21c2cdd72113302665
parent31549eb572532bae56aad705611e1c9d9b4ae4b0
The range [STARTPOS..ENDPOS] is inclusive in strings.
Tested with multiline display strings.

 xdisp.c (mouse_face_from_string_pos): Fix off-by-one error when
 testing against ENDPOS.
src/ChangeLog
src/xdisp.c